Simple GUI-based Car Navigation

Keywords: Dijkstra's algorithm, GUI, OpenGL, C

Overview

A simple GUI for navigation system based on Djikstra's shortest path algorithm. In this project, I learn how to implement Djikstra's shortest path algorithm from scratch, and build a responsive GUI for a car navigation from a particualr map data using OpenGL in C language.

Demonstration of the GUI.
Source Code :